home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 97 / Cine Live 97.iso / pc / cinelive97 data / media / interface / e5s.xd < prev    next >
Encoding:
Text File  |  2005-11-22  |  4.7 KB  |  250 lines

  1. module O_DOCUMENT_1 is cDocument with
  2.     Flags is 340;
  3.     Name is "Document";
  4.     Autorun is false;
  5.     Clipping is false;
  6.     Enabled is false;
  7.     Shown is true;
  8.     Cursor is oEmptyCursor;
  9.     XAdjuster is cLayoutLeftAdjuster with
  10.         Delta is 0;
  11.     end;
  12.     YAdjuster is cLayoutTopAdjuster with
  13.         Delta is 0;
  14.     end;
  15.     WidthAdjuster is cCustomWidthAdjuster with
  16.         Delta is 800;
  17.     end;
  18.     HeightAdjuster is cCustomHeightAdjuster with
  19.         Delta is 600;
  20.     end;
  21.     Duration is 2147483647;
  22.     Looping is false;
  23.     Rate is 100;
  24.     TimeScale is 1000;
  25.     URLOption is cURLOption with
  26.     end;
  27.     Kind is cOpaqueBoxKind with
  28.         Red is 0;
  29.         Green is 0;
  30.         Blue is 0;
  31.     end;
  32.     TimeLineTarget is cTarget with
  33.         ID is oTargetRoot;
  34.     end;
  35.     DocType is true;
  36.     release Editor:
  37.         PaletteIndex is 1;
  38.         WindowState is {564,204,1427,878,0,0,0,0};
  39.     end;
  40.     Elements is [
  41.         O_IMAGE_2
  42.     ];
  43.     Events is [
  44.         cLoadedEvent with
  45.             Flags is 4;
  46.             Flag is true;
  47.             Commands is [
  48.                 cRunCommand with
  49.                     Flags is 0;
  50.                     Target is cTarget with
  51.                         ID is O_IMAGE_2;
  52.                     end;
  53.                     Mode is Set;
  54.                     Rewind is false;
  55.                 end,
  56.                 cFocusCommand with
  57.                     Flags is 0;
  58.                     Target is cTarget with
  59.                         ID is O_IMAGE_2;
  60.                     end;
  61.                 end,
  62.                 cSetCommand with
  63.                     Flags is 0;
  64.                     ValueRef is cGlobalRef with
  65.                         Name is "Slide photo";
  66.                     end;
  67.                     Op is cSetIntegerValueOp with
  68.                         Value is 0;
  69.                     end;
  70.                 end
  71.             ];
  72.         end
  73.     ];
  74.     TimeLine is cTimeLine with
  75.         Flags is 0;
  76.         Duration is 0;
  77.         Start is 0;
  78.         Stop is 0;
  79.         Time is 0;
  80.         TimeScale is 1000;
  81.     end;
  82. end;
  83.  
  84. object O_IMAGE_2 is cImage with
  85.     Flags is 340;
  86.     Name is "Image";
  87.     Autorun is true;
  88.     Clipping is false;
  89.     Enabled is true;
  90.     Shown is true;
  91.     Cursor is oEmptyCursor;
  92.     XAdjuster is cLayoutLeftAdjuster with
  93.         Delta is 0;
  94.     end;
  95.     YAdjuster is cLayoutTopAdjuster with
  96.         Delta is 0;
  97.     end;
  98.     WidthAdjuster is cDataWidthAdjuster with
  99.         Delta is 0;
  100.     end;
  101.     HeightAdjuster is cDataHeightAdjuster with
  102.         Delta is 0;
  103.     end;
  104.     Duration is 4;
  105.     Looping is false;
  106.     Rate is 100;
  107.     TimeScale is 1;
  108.     URLOption is cDiskURLOption with
  109.         URL is "Media/Photos/Lord%20of%20War/AFF%20Lord%20of%20War.jpg";
  110.     end;
  111.     Kind is cScaledImageKind with
  112.         Constrain is false;
  113.         Proportional is false;
  114.     end;
  115.     Bitmapped is true;
  116.     Mode is -1;
  117.     Red is 255;
  118.     Green is 255;
  119.     Blue is 255;
  120.     release Editor:
  121.     end;
  122.     Events is [
  123.         cFinishedEvent with
  124.             Flags is 4;
  125.             Commands is [
  126.                 cSetCommand with
  127.                     Flags is 0;
  128.                     ValueRef is cGlobalRef with
  129.                         Name is "Slide photo";
  130.                     end;
  131.                     Op is cSetIntegerAddOp with
  132.                         Value is 1;
  133.                     end;
  134.                 end,
  135.                 cIfCommand with
  136.                     Flags is 4;
  137.                     ValueRef is cGlobalRef with
  138.                         Name is "Slide photo";
  139.                     end;
  140.                     Op is cTestIntegerEqualOp with
  141.                         Value is 1;
  142.                     end;
  143.                     Commands is [
  144.                         cSwitchURLCommand with
  145.                             Flags is 0;
  146.                             Target is cTarget with
  147.                                 ID is O_IMAGE_2;
  148.                             end;
  149.                             URLOption is cDiskURLOption with
  150.                                 URL is "Media/Photos/Lord%20of%20War/A%20Niccol.jpg";
  151.                             end;
  152.                         end
  153.                     ];
  154.                 end,
  155.                 cIfCommand with
  156.                     Flags is 4;
  157.                     ValueRef is cGlobalRef with
  158.                         Name is "Slide photo";
  159.                     end;
  160.                     Op is cTestIntegerEqualOp with
  161.                         Value is 2;
  162.                     end;
  163.                     Commands is [
  164.                         cSwitchURLCommand with
  165.                             Flags is 0;
  166.                             Target is cTarget with
  167.                                 ID is O_IMAGE_2;
  168.                             end;
  169.                             URLOption is cDiskURLOption with
  170.                                 URL is "Media/Photos/Lord%20of%20War/E%20Hawke.jpg";
  171.                             end;
  172.                         end
  173.                     ];
  174.                 end,
  175.                 cIfCommand with
  176.                     Flags is 4;
  177.                     ValueRef is cGlobalRef with
  178.                         Name is "Slide photo";
  179.                     end;
  180.                     Op is cTestIntegerEqualOp with
  181.                         Value is 3;
  182.                     end;
  183.                     Commands is [
  184.                         cSwitchURLCommand with
  185.                             Flags is 0;
  186.                             Target is cTarget with
  187.                                 ID is O_IMAGE_2;
  188.                             end;
  189.                             URLOption is cDiskURLOption with
  190.                                 URL is "Media/Photos/Lord%20of%20War/N%20Cage.jpg";
  191.                             end;
  192.                         end
  193.                     ];
  194.                 end,
  195.                 cIfCommand with
  196.                     Flags is 4;
  197.                     ValueRef is cGlobalRef with
  198.                         Name is "Slide photo";
  199.                     end;
  200.                     Op is cTestIntegerEqualOp with
  201.                         Value is 4;
  202.                     end;
  203.                     Commands is [
  204.                         cSwitchURLCommand with
  205.                             Flags is 0;
  206.                             Target is cTarget with
  207.                                 ID is O_IMAGE_2;
  208.                             end;
  209.                             URLOption is cDiskURLOption with
  210.                                 URL is "Media/Photos/Lord%20of%20War/AFF%20Lord%20of%20War.jpg";
  211.                             end;
  212.                         end,
  213.                         cSetCommand with
  214.                             Flags is 0;
  215.                             ValueRef is cGlobalRef with
  216.                                 Name is "Slide photo";
  217.                             end;
  218.                             Op is cSetIntegerValueOp with
  219.                                 Value is 0;
  220.                             end;
  221.                         end
  222.                     ];
  223.                 end
  224.             ];
  225.         end,
  226.         cMouseUpEvent with
  227.             Flags is 4;
  228.             Flag is true;
  229.             Commands is [
  230.                 cBackCommand with
  231.                     Flags is 0;
  232.                     Target is cTarget with
  233.                         ID is oTargetRoot;
  234.                     end;
  235.                     All is true;
  236.                 end
  237.             ];
  238.         end
  239.     ];
  240.     TimeLine is cTimeLine with
  241.         Flags is 0;
  242.         Duration is 4;
  243.         Start is 0;
  244.         Stop is 4;
  245.         Time is 0;
  246.         TimeScale is 1;
  247.     end;
  248. end;
  249.  
  250.